home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 422_02 / misc / obfusc.c < prev    next >
C/C++ Source or Header  |  1994-03-20  |  742b  |  30 lines

  1. /*
  2.  * An example of how NOT to code in 'C'.
  3.  *
  4.  * Original author unknown.
  5.  *
  6.  * Compile command: cc obfusc -p
  7.  */
  8. #include <stdio.h>
  9. #define _ putc
  10. #define __ ^
  11. #define ___ /
  12. #define    ____ stdout
  13. main()
  14. {_((2*2*2*2*2*2*3*41)___
  15. 64__(3*17),____);_((2*2*2*13*89)___
  16. 104__(2*2*3*5),____);_((2*2*2*23*61)___
  17. 92__(2*11),____);_((2*2*2*2*2*3*3)___
  18. 4__(2*2*3*3),____);_((2*2*2*2*7*13)___
  19. 26__(3*29),____);_((2*2*3*7*19)___
  20. 28__(3*7),____);_((2*2*2*2*13*29)___
  21. 104__(2*13),____);_((2*2*2*2*2*2*3*19)___
  22. 114__(3*29),____);_((2*2*5*107)___
  23. 20__(2*2),____);_((3*11*97)___
  24. 97__(83),____);_((2*2*2*2*2*3*11)___
  25. 11__(2*2*3),____);_((2*5*11*13)___
  26. 55__(2*3*3*7),____);_((2*3*7*83)___
  27. 83__(2*2),____);_((79)___
  28. 79__(11),____);
  29. }
  30.